![]() |
![]() |
PSelectExtend(long x, long y);
long x;
x-coordinate of the object, relative to the current zero point number in twipslong y;
y-coordinate of the object, relative to the current zero point in twips
PSelectExtend(long drawOrder);
Shift+click equivalent for selection. The PSelectExtend command is equivalent to holding down the Shift key while clicking on an object. However, this command does not deselect an object if it is already selected.long drawOrder;
The drawing order number for the object.
Drawing order. Drawing order is determined by the order that objects were drawn, inserted, pasted, or placed on the page. Note that some commands, such as Send to Back and Send to Front on the Arrange menu and moving or resizing an object with the mouse, can also affect the drawing order.
No drawing order for inline graphics. Inline graphics are not assigned a drawing order and must be selected by position on the page.
Layout view only. The PSelectExtend command works only in layout view.
Example. The following example adds the second object drawn to the current selection.
PSelectExtend(2);
The PGetSelectInfo and PGetSelectList queries
Comments or suggestions? Contact Adobe Developer Support